go/types.gcSizes.Sizeof (method, view implemented interface methods)

5 uses

	go/types (current package)
		gcsizes.go#L64: 	a := s.Sizeof(T) // may be 0 or negative
		gcsizes.go#L92: 		if d := s.Sizeof(f.typ); d >= 0 && offs >= 0 {
		gcsizes.go#L101: func (s *gcSizes) Sizeof(T Type) int64 {
		gcsizes.go#L120: 		esize := s.Sizeof(t.elem)
		gcsizes.go#L143: 		size := s.Sizeof(t.fields[n-1].typ)